Spread Windows Forms 12.0 Product Documentation
AddRange(ListItemInfo[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class > AddRange Method : AddRange(ListItemInfo[]) Method
A specified collection added into the collection.
Adds a range of items of the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal items() As ListItemInfo _
) 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim items() As ListItemInfo
 
instance.AddRange(items)
public void AddRange( 
   ListItemInfo[] items
)

Parameters

items
A specified collection added into the collection.
See Also

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members
Overload List